home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_lists.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.2 KB  |  57 lines

  1. /*****************************************************************************
  2.   FILE           : ui_lists.h
  3.   SHORTNAME      : lists.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 28.8.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_lists.h    1.11 3/2/94
  14.   SCCS VERSION   : 1.11
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_LISTS_DEFINED_
  23. #define _UI_LISTS_DEFINED_
  24.  
  25.  
  26.  
  27.  
  28. extern void ui_list_buildList (struct SimpleListType *);
  29. extern void ui_list_setUnitValue (Widget, struct SimpleListType *, XawListReturnStruct *);
  30.  
  31.  
  32. extern char  *ui_list_iotypes[];
  33.  
  34.     /* number of list items */
  35. extern int   ui_list_noOfSites;
  36. extern int   ui_list_noOfFTypeSites;
  37.  
  38.     /* return values of the list panel */
  39. extern char   ui_list_returnName[];
  40. extern int    ui_list_returnIndex;
  41.  
  42.     /* message widget in the remote panel */
  43. /* extern Widget   ui_remoteMessageWidget;*/
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. #endif /* _UI_LISTS_DEFINED_ */
  51.  
  52.  
  53. /* end of file */
  54. /* lines: 28 */
  55.  
  56. /* 68 lines generated by deleteprivatedefinitions.awk */
  57.